home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / warp / config.H < prev    next >
Encoding:
Text File  |  1995-05-03  |  2.6 KB  |  93 lines

  1. /* config.h
  2.  * This file was produced by running the Configure script.
  3.  *
  4.  * Feel free to modify any of this as the need arises.  Note, however,
  5.  * that running Configure again will wipe out any changes you've made.
  6.  */
  7.  
  8.  
  9. #/*undef    EUNICE        /* no file linking? */
  10. #/*undef    VMS        /* other assorted ickies? */
  11.  
  12. /* how to cancel an article */
  13. #define CANCEL "/usr/lib/news/inews -h <%h"    /**/
  14.  
  15. #define    FCNTL        /* should we include fcntl.h? */
  16.  
  17. #define    FTIMER        /* do we have the ftime() routine? */
  18.  
  19. #define    GETHOSTNAME    /* do we have a gethostname function? */
  20. #/*undef    DOUNAME        /* do we have a uname function? */
  21. #/*undef    PHOSTNAME "hostname"    /* how to get host name with popen */
  22.  
  23. #/*undef    GETPWENT    /* need we include slow getpwent? */
  24.  
  25. #define    HAVETERMLIB    /* do we have termlib-style routines? */
  26.  
  27. #/*undef    index strchr    /* cultural */
  28. #/*undef    rindex strrchr    /*  differences? */
  29.  
  30. #define    IOCTL        /* are ioctl args all defined in one place? */
  31.  
  32. #define    NORMSIG        /* use signal rather than sigset? */
  33.  
  34. #/*undef    PORTABLE    /* do we do extra lookups to start up? */
  35.  
  36. #/*undef    SCOREFULL    /* keep scoreboard by fullname? */
  37.  
  38. #/*undef    TERMIO        /* is this a termio system? */
  39.  
  40. #/*undef    USENDIR        /* include ndir.c? */
  41. #/*undef    LIBNDIR        /* include /usr/include/ndir.h? */
  42.  
  43. #/*undef    vfork fork    /* is vfork too virtual? */
  44.  
  45. #/*undef    void int    /* is void to be avoided? */
  46.  
  47. #define    WHOAMI        /* should we include whoami.h? */
  48.  
  49. #define    PASSNAMES /* do names come from the passwd file? */
  50.                 /*  (undef to take name from ~/.fullname) */
  51. #define    BERKNAMES /* if so, are they Berkeley format? */
  52.                 /* (that is, ":name,stuff:") */
  53. #/*undef    USGNAMES /* or are they USG format? */
  54.                 /* (that is, ":stuff-name(stuff):") */
  55.  
  56. /* news library, may use only ~ and %l expansion */
  57. #define NEWSLIB "/usr/lib/news"        /**/
  58.  
  59. /* default shell--ok to be a slow shell like csh */
  60. #define PREFSHELL "/bin/csh"        /**/
  61.  
  62. /* warp private library, may use ~ expansion, %x and %l */
  63. #define PRIVLIB "/a/lwall/src/warp"        /**/
  64.  
  65. /* bits produced by the rand() function */
  66. #define RANDBITS 31        /**/
  67.  
  68. /* How many register declarations are paid attention to? */
  69.  
  70. #define Reg1 register        /**/
  71. #define Reg2 register        /**/
  72. #define Reg3 register        /**/
  73. #define Reg4 register        /**/
  74. #define Reg5 register        /**/
  75. #define Reg6 register        /**/
  76. #define Reg7         /**/
  77. #define Reg8         /**/
  78. #define Reg9         /**/
  79. #define Reg10         /**/
  80. #define Reg11         /**/
  81. #define Reg12         /**/
  82. #define Reg13         /**/
  83. #define Reg14         /**/
  84. #define Reg15         /**/
  85. #define Reg16         /**/
  86.  
  87. /* root uid */
  88. #define ROOTID 0        /**/
  89.  
  90. /* name of the site.  May be overridden by gethostname, uname, etc. */
  91. #define SITENAME "sdcrdcf"        /**/
  92.  
  93.